home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00192_Script_192 < prev    next >
Text File  |  1995-06-08  |  219b  |  10 lines

  1. on enterFrame
  2.   set the cursor of sprite 30 to [900, 901]
  3.   set the cursor of sprite 31 to [900, 901]
  4.   set the cursor of sprite 32 to [900, 901]
  5.   set the cursor of sprite 33 to 0
  6. end
  7.  
  8. on exitFrame
  9.   pause
  10. end